/*--- Basic TreeView Styles-- */
.SiteMap-RoundArrowsNormal ul a{
	text-decoration: none;
	color: black;
	font-family:'Arial',sans-serif;
	font-size: 12px;
	line-height:120%;
	margin-left:10px;
}

.SiteMap-RoundArrowsNormal .SubItem  {font-weight:bold;}

.SiteMap-RoundArrowsNormal ul a:hover {color: red;}
/*-- Round Arrows-Normal Theme ---*/
.SiteMap-RoundArrowsNormal .treeview, .SiteMap-RoundArrowsNormal .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.SiteMap-RoundArrowsNormal .treeview ul {
	margin-top: 4px;
}

.SiteMap-RoundArrowsNormal .treeview .hitarea {
	background: url(treeview-navigation.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .SiteMap-RoundArrowsNormal .hitarea {
	display: inline;
	float:none;
}

.SiteMap-RoundArrowsNormal .treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	list-style: none;
}

.SiteMap-RoundArrowsNormal .treeview a.selected {
	color: blue;
}

.SiteMap-RoundArrowsNormal #treecontrol { margin: 1em 0; display: none; }

.SiteMap-RoundArrowsNormal .treeview li { background: url(treeview-navigation-line.gif) 0 -1px no-repeat; }
.SiteMap-RoundArrowsNormal .treeview li.collapsable, .SiteMap-RoundArrowsNormal .treeview li.expandable { background-position: 0 -176px; }

.SiteMap-RoundArrowsNormal .treeview .expandable-hitarea { background-position: -80px -3px; }

.RoundArrowsNormal li.last { background-position: 0 -1764px }
.RoundArrowsNormal li.lastCollapsable, .RoundArrowsNormal li.lastExpandable { background-image: url(treeview-navigation.gif); }  
.RoundArrowsNormal li.lastCollapsable { background-position: 0 -111px }
.RoundArrowsNormal li.lastExpandable { background-position: -32px -67px }

.RoundArrowsNormal div.lastCollapsable-hitarea, .RoundArrowsNormal div.lastExpandable-hitarea { background-position: 0; }

.RoundArrowsNormal strong { margin-left:-8px;margin-top:-15px; }



/* ===========   dnnsoftware.ir   =========== */
.rtl .SiteMap-RoundArrowsNormal ul a{
	font-family:inherit;
	margin-left:auto;
    margin-right:10px;
}
.rtl .SiteMap-RoundArrowsNormal .treeview .hitarea {
	background: url(treeview-navigation.gif) -64px -25px no-repeat;
	margin-left: auto;
    margin-right: -16px;
	float: right;
}
.rtl .SiteMap-RoundArrowsNormal .treeview li { 
	padding: 3px 16px 3px 0pt;
}
.rtl .SiteMap-RoundArrowsNormal .treeview li { background: url(treeview-navigation-line.png) 100% -1px no-repeat; }
.rtl .SiteMap-RoundArrowsNormal .treeview li.collapsable, .rtl .SiteMap-RoundArrowsNormal .treeview li.expandable { background-position: 100% -176px; }
.rtl .SiteMap-RoundArrowsNormal .treeview .expandable-hitarea { background-position: -80px -3px; }
.rtl .RoundArrowsNormal strong { margin-left:auto;margin-right:-8px; }